home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000459_news@columbia.edu_Sun Oct 1 13:54:32 1995.msg < prev   
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02356
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 1 Oct 1995 22:19:17 -0400
  3. Received: by apakabar.cc.columbia.edu id AA21391
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 1 Oct 1995 22:19:15 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: help, Kermit wont work
  9. Message-Id: <1995Oct1.195432.62440@cc.usu.edu>
  10. Date: 1 Oct 95 19:54:32 MDT
  11. References: <44mcec$3nt@uwm.edu>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 55
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <44mcec$3nt@uwm.edu>, peterk@alpha2.csd.uwm.edu (Peter J Kleczka) writes:
  18. > Hello :)
  19. >     I just bought a new-used computer...same as my old one....on the
  20. > old one I used to run Kermit.....the new one came with a copy of Comit.
  21. > I can't get Kermit to run on the new machine.  What happens is it works
  22. > fine until i press 'c' to connect....then I get the connect screen
  23. > but I can't type any commands (e.g. atdt).  I know the phone line is
  24. > pluged in because Comit works.  I've tried setting to diffrent ports
  25. > but the only port Kermit accepts is port 1.  I've included part of
  26. > the Kermit.ini and some settings that appear on Comit in this letter.
  27. > Any advice would be appricated.  Thanks.
  28. > Please email me @ peterk@csd.uwm.edu
  29. > Thanks,
  30. > Pete
  31. -----------------
  32. Pete,
  33.     At the very end of your message, shown below, is the key to your
  34. puzzle. The serial port hardware is at port 0x3e8 and IRQ 5. Please do
  35. read the release notes which are packaged with MS-DOS Kermit and discover
  36. how serial ports are identified. IRQ 5 is not a conventional value at all,
  37. and COM2 does NOT, repeat not, mean a specific hardware port either.
  38.     The solution is to tell Kermit the parameters of your non-standard
  39. serial port, via command SET COMx port irq   where the "x" is a digit 1..4.
  40. It's in the manual.
  41.     Joe D.
  42.  
  43. > comment  **  1200 - No Parity - COM1 **
  44. > comment  ** for use on CSD4 Unix BSD 4.3 GNU Emacs **
  45. > comment Kermit.Ini for V2.30 for Emacs
  46. > comment 10/20/88
  47. > set terminal vt102      ;DEC vt102 terminal wmulation
  48. > set port com2              ;serial port
  49. > set speed 1200          ;PACX
  50. > set parity none         ;needed for C-Kermit transfers, change to
  51. > set receive Packet-length 900 ;
  52. > set Default-disk b:     ;
  53. > set send Packet-length  900 ;
  54. > space for
  55. >                         ;Sperry 1100 transfers
  56. > set warning on          ;warn if files will be overwritten
  57. > set mode-line on        ;turn on status line at bottom of screen
  58. > ****************************************************************
  59. > Comit settings
  60. > Port COM3 IRQ5 03E8
  61. > Init ATS0 = 0Q0v1x4&C1&D2